# Page Not Found

The URL `netnut-scraper-apis/serp-api/google-scraper/google-search/"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABv0lEQVR4AZRRA4yeQRD9YtS23cY1w9q2raDu2bZt27Zt27b9bv5Nzk6y3nkabtU16Rcrr0qVrrgqhYUMXg2vlqNNyXQfll9hYy6QEm7y5bLLkmzdel8R2x4oYuU16ZG76cYQN6H4iiSOftCBtkscUvKrkVZYAxPvZJz7bkhqpgfhxjOf+KyH1IIatHX2IjCxCL5x+Whq60JhZRMu/DQdUTI9wOrr0jD3TUFzezdeSTlh7U1ZrL4hg9v8VqhqaIN3TB423JbD8mkAmLx9z1QZk2NoJvM9EuBSYtUiS3XNHThC9iar4Ea8H3qpjvK6Vhh7JU34tOSSBKQtwpiyU1/0eYDTKKBB8sh3IfIrGlmQiy+Ks3HwhToSciqRlFeFHQ+VSNk0ACNSn4jZM6Zk6sB/XX/80vRBRHopACA8rQR7nqhMb2FkrCLv7+RckF5Ui66ePhr9yC6th2tENjq6e+EQkondBEIqpgcYyYPHdOm3Ga78MceB52pYd0sWUuah6OnrZxlRh6YHGBnEQJYksJQCJEB2XkdFQoaBGF5m7yZQLOE3ALuh2JMyKDPdB3HIwSC9DEDnxCAZ8o8YDNMM1BsLACHpLHmOnf26AAAAAElFTkSuQmCC/"` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [Google Search](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md)
- [Google Scraper](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper.md)
- [Callback Mechanism](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/callback-mechanism.md)
- [Localization](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/localization.md)
- [Enhanced AIO (AI Overview)](https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search/enhanced-aio-ai-overview.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://help.netnut.io/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://help.netnut.io/netnut-documentation/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://help.netnut.io/netnut-documentation/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/netnut-documentation/netnut-scraper-apis/serp-api/google-scraper/google-search.md`).

You may also use `Accept: text/markdown` header for content negotiation.
